home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / mint / network / lattice / duftp.lzh / DUFTP / DIP.H < prev    next >
Encoding:
C/C++ Source or Header  |  1995-06-05  |  224 b   |  17 lines

  1. /*
  2.     DUFTP
  3. */
  4.  
  5. // LINKS to DIP for dialup access
  6.  
  7. #ifndef _DIP_H_
  8. #define _DIP_H_
  9.  
  10. #include <SIGNAL.H>
  11.  
  12. extern short dip_dialup(void);
  13. extern short dip_hangup(void);
  14. extern __Sigansi original_SIGCHLD;
  15.  
  16. #endif
  17.